Initializes a new instance of the PointSeries class.
Namespace: MindFusion.ChartingPackage: MindFusion.Charting
public PointSeries ( IList<PointF> points, IList<string> labels)
Public New ( _ points As IList(Of PointF), _ labels As IList(Of String) _)
A list of points.
A list of labels.
PointSeries ClassMindFusion.Charting Namespace